GridData<T> Class Methods

For a list of all members of this type, see GridData<T> members.

Public Methods
 NameDescription
Public Method Clears and recreates the internal array with the desired X and Z size  
Public Method Gets the row at the specified Z index. The row is length X  
Public Method Pushes a row into the array, which discards one old row in a First In First Out fashion. use this method to scroll the GridData in the Z-direction  
Public Method Sets the row at the specified Z index  
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
See Also